home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / A_Note_4.2.1 / setup.exe / {app} / Server Documents / connect.php next >
Encoding:
PHP Script  |  2003-07-08  |  171 b   |  5 lines

  1. <?php
  2. // Connect to the database
  3.     mysql_connect("mysql.sourceforge.net",$dbusername,$dbpassword);
  4.     @mysql_select_db($database) or die( "Unable to select database");
  5. ?>